home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_dude.swf / scripts / DefineButton2_325 / BUTTONCONDACTION on(press).as
Text File  |  2007-01-12  |  119b  |  7 lines

  1. on(press){
  2.    bleep = new Sound();
  3.    bleep.attachSound("bleep");
  4.    bleep.start();
  5.    _root._quality = "LOW";
  6. }
  7.